home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Fx
/
Sound Fx.iso
/
Software
/
UNZIPED
/
SBPLY254
/
SOURCE.ZIP
/
SBPLAY.C
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-11
|
2KB
|
30 lines
/***************************************************************************/
/* SBPlay.c -- Routines to read and playback sound files */
/* Copyright (c) 1995 John A. Ball */
/* */
/* This source is available for your own personal use only! You may make */
/* any changes you wish but please do not distribute modified source code. */
/* Please notify me of any errors or improvements. */
/* */
/* SNDPlay Sound File Utility */
/* */
/* must use large or compact model to build */
/* i.e. qcl/AL sbplay.c _pcplay _tplay sndshell graphics.lib */
/* */
/* by John A. Ball June 11, 1995 */
/***************************************************************************/
#pragma pack(1)
/***************************************************************************/
#include "sbplay.h"
/***************************************************************************/
/***************************************************************************/
/* #define DEBUG */
/***************************************************************************/
#include "play.c"